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