TimeAdjustment.fromJson constructor

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

Implementation

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