MigrationSource class Null safety

Constructors

MigrationSource(String? source, String? uri, int nameStartIndex, int nameEndIndex)
MigrationSource.fromFile(Uri uri)
factory
MigrationSource.fromMap(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String?
read / write
originalName String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
source String?
read / write
uri String?
read / write
versionNumber int
read-only

Methods

asMap() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

combine(List<MigrationSource> sources) String
versionNumberFromUri(Uri uri) int