UDbAdminIndexResponse.fromJson constructor

UDbAdminIndexResponse.fromJson(
  1. String str
)

Implementation

factory UDbAdminIndexResponse.fromJson(String str) => UDbAdminIndexResponse.fromMap(json.decode(str));