toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, Object?>{
      'type': type,
      'id': id ?? '',
      if (fixedId case final fixedIdValue?) 'fixedId': fixedIdValue,
    };