UDbAdminForeignKeyResponse.fromJson constructor

UDbAdminForeignKeyResponse.fromJson(
  1. String str
)

Implementation

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