SlProduct.fromJson constructor
SlProduct.fromJson(
- Map json_
Implementation
SlProduct.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
gcpProjectNumber: json_['gcpProjectNumber'] as core.String?,
);