toJson method

Map<String, Object?> toJson()

Implementation

Map<String, Object?> toJson() {
  return {
    'freezed': freezed,
    'makeCollectionsUnmodifiable': makeCollectionsUnmodifiable,
    'equal': equal,
    'copyWith': copyWith,
    'service': service,
    'explicitSerializationMethods': explicitSerializationMethods,
    'injectPackages': injectPackages,
    'preActorCall': preActorCall,
    'postActorCall': postActorCall,
  };
}