UDbAdminQueryResultResponse.fromJson constructor

UDbAdminQueryResultResponse.fromJson(
  1. String str
)

Implementation

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