build method

  1. @override
Map<String, Object?> build()
override

Implementation

@override
Map<String, Object?> build() => {
      'text': text,
      if (iconUrl != null) 'icon_url': iconUrl!.toString(),
    };