MockBaseModel.fromJson constructor

MockBaseModel.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MockBaseModel.fromJson(Map<String, dynamic> json)
    : uid = json['uid'] as String,
      filePaths = (json['filePaths'] as List<dynamic>).cast<String>();