menu
c2c_sdk_client package
documentation
models/profile_input.dart
ProfileInput
ProfileInput.fromJson factory constructor
ProfileInput.fromJson factory constructor
dark_mode
light_mode
ProfileInput.fromJson
constructor
ProfileInput.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ProfileInput.fromJson(Map<String, dynamic> json) => _$ProfileInputFromJson(json);
c2c_sdk_client package
documentation
models/profile_input
ProfileInput
ProfileInput.fromJson factory constructor
ProfileInput class