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