ManagedInstanceLastAttemptErrors.fromJson constructor
ManagedInstanceLastAttemptErrors.fromJson(
- Map json_
Implementation
ManagedInstanceLastAttemptErrors.fromJson(core.Map json_)
: this(
errors: (json_['errors'] as core.List?)
?.map((value) => ManagedInstanceLastAttemptErrorsErrors.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);