StructTypeDefinition typedef

StructTypeDefinition = Map<String, dynamic>

Struct type definition. Used as input format in BcsConfig.types as well as an argument type for bcs.registerStructType.

Implementation

typedef StructTypeDefinition = Map<String, dynamic>;