menu
icure_dart_sdk package
documentation
api.dart
ByteArrayDto
ByteArrayDto constructor
ByteArrayDto constructor
dark_mode
light_mode
ByteArrayDto
constructor
ByteArrayDto
(
{
List
<
String
>
data
=
const []
,
})
Returns a new
ByteArrayDto
instance.
Implementation
ByteArrayDto({ this.data = const [], });
icure_dart_sdk package
documentation
api
ByteArrayDto
ByteArrayDto constructor
ByteArrayDto class