menu
rest_client_builder package
documentation
rest_client_builder.dart
Part
Part.new const constructor
Part.new const constructor
dark_mode
light_mode
Part
constructor
const
Part
(
{
String
?
name
,
String
?
fileName
,
String
?
contentType
,
})
Creates a part annotation.
Implementation
const Part({ this.name, this.fileName, this.contentType, });
rest_client_builder package
documentation
rest_client_builder
Part
Part.new const constructor
Part class