toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  throw UnimplementedError(
    'toJson is not implemented on the current platform',
  );
}