Mass$Quarter.fromJson constructor

Mass$Quarter.fromJson(
  1. Map<String, dynamic> json
)

If there is no matched key, returning with 0 value

Implementation

factory Mass$Quarter.fromJson(
  Map<String, dynamic> json,
) =>
    Mass$Quarter.from(
      Mass.fromJson(json),
    );