modelLibrary property

Future<ModelLibrary> get modelLibrary

Implementation

Future<ModelLibrary> get modelLibrary async => ModelLibrary()
  ..mergeFromProto3Json(
      (await http.get(u("/model/library"), headers: h)).json);