ProtocolBufferFiled extension
Methods
-
getBigInt<
T extends BigInt?> (int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getBool<
T extends bool?> (int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getBytes<
T extends List< (int> ?>int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getDouble<
T extends double?> (int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getEnum<
T extends ProtobufEnumVariant?> (int fieldNumber, List< T> values, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getInt<
T extends int?> (int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getList<
T extends Object> (int fieldNumber, {List< T> ? defaultValue}) → List<T> -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getListOfBytes(
int fieldNumber, {List< List< ? defaultValue}) → List<int> >List< int> > -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getListOrNull<
T extends Object> (int fieldNumber) → List< T> ? -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getMap<
K extends Object, V extends Object> (int fieldNumber, {Map< K, V> ? defaultValue}) → Map<K, V> -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getMapOrNull<
K extends Object, V extends Object> (int fieldNumber) → Map< K, V> ? -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getReapeatedEnum<
T extends ProtobufEnumVariant> (int fieldNumber, List< T> values, {List<T> ? defaultValue}) → List<T> -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getReapeatedEnumOrNull<
T extends ProtobufEnumVariant> (int fieldNumber, List< T> values, {List<T> ? defaultValue}) → List<T> ? -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension -
getString<
T extends String?> (int fieldNumber, {T? defaultValue}) → T -
Available on List<
ProtocolBufferDecoderResult> , provided by the ProtocolBufferFiled extension