fromJson<T extends TCICBaseModel> static method
Implementation
static T fromJson<T extends TCICBaseModel>(Map<String, dynamic> json) {
throw UnimplementedError('TCICBaseModel.fromJson() must be implemented');
}