bcsTypeToJson function Null safety

String? bcsTypeToJson(
  1. BCSType? _
)

Implementation

String? bcsTypeToJson(BCSType? _) => _ != null ? _.code : null;