menu
googleapis package
documentation
bigquery/v2.dart
TableConstraintsPrimaryKey
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() => { if (columns != null) 'columns': columns!, };
googleapis package
documentation
bigquery/v2
TableConstraintsPrimaryKey
toJson method
TableConstraintsPrimaryKey class