GracePeriod.fromJson constructor

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

Implementation

GracePeriod.fromJson(Map<String, dynamic> json)
    : active = json['active'],
      huaweiSync = json['huaweiSync'],
      googleSync = json['googleSync'],
      appleSync = json['appleSync'],
      duration = json['duration'];