menu
google_cloud_protobuf package
documentation
protobuf.dart
Any
Any.fromJson factory constructor
Any.fromJson factory constructor
dark_mode
light_mode
Any.fromJson
constructor
Any.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Any.fromJson(Map<String, dynamic> json) { return Any(json: json); }
google_cloud_protobuf package
documentation
protobuf
Any
Any.fromJson factory constructor
Any class