ContentCreation.fromJson constructor

ContentCreation.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory ContentCreation.fromJson(Map<String, dynamic> input) =>
    _$ContentCreationFromJson(input);