diff --git a/lib/src/televerse/models/payload.dart b/lib/src/televerse/models/payload.dart index 67f59b97..e0768c38 100644 --- a/lib/src/televerse/models/payload.dart +++ b/lib/src/televerse/models/payload.dart @@ -11,6 +11,7 @@ typedef PayloadFiles = List>; /// /// This class encapsulates the data to be sent to an API endpoint. It can /// contain both standard parameters and multipart files for upload. +/// /// Properties: /// /// * [params]: An optional map containing additional parameters for the API call.