TimeAdd.fromJson constructor

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

Implementation

factory TimeAdd.fromJson(Map<String, dynamic> json) =>
    _$TimeAddFromJson(json);