APISchemaObject.file constructor Null safety
- {bool isBase64Encoded = false}
Implementation
APISchemaObject.file({bool isBase64Encoded = false})
: type = APIType.string,
format = isBase64Encoded ? "byte" : "binary";
APISchemaObject.file({bool isBase64Encoded = false})
: type = APIType.string,
format = isBase64Encoded ? "byte" : "binary";