PlatformChannelMappingError.fromJson constructor
- Map<
String, dynamic> json
Alternate constructor that creates a PlatformChannelMappingError from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory PlatformChannelMappingError.fromJson(Map<String, dynamic> json) {
return PlatformChannelMappingErrorImpl.fromJson(json);
}