toArgMap method

Map<String, Object?> toArgMap()

Implementation

Map<String, Object?> toArgMap() => {
  if (publicRepository != null)
    'public_repository': [publicRepository!.toArgMap()],
};