Integer.fromJson constructor
Integer.fromJson(
- Map json_
Implementation
Integer.fromJson(core.Map json_)
: this(
value: json_['value'] as core.String?,
);
Integer.fromJson(core.Map json_)
: this(
value: json_['value'] as core.String?,
);