SGEntitlement.fromJson constructor

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

Implementation

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